-
21 lumped-parameter method
-
22 Poincare small parameter method
Макаров: метод малого параметра ПуанкареУниверсальный англо-русский словарь > Poincare small parameter method
-
23 Winter's three-parameter trend and seasonality method
1) Общая лексика: мультипликативная сезонность, линейный тренд (в этой модели анализа временных рядов простое экспоненциальное сглаживание применяется для прогноза обеих компонент: лин)Универсальный англо-русский словарь > Winter's three-parameter trend and seasonality method
-
24 accurate lattice-parameter determination method
Металлургия: прецизионный метод определения параметров решёткиУниверсальный англо-русский словарь > accurate lattice-parameter determination method
-
25 fundamental parameter method
Математика: метод фундаментальных параметровУниверсальный англо-русский словарь > fundamental parameter method
-
26 impact-parameter method
Универсальный англо-русский словарь > impact-parameter method
-
27 lumped-parameter method
Техника: метод сосредоточенных параметровУниверсальный англо-русский словарь > lumped-parameter method
-
28 multiple parameter method
Универсальный англо-русский словарь > multiple parameter method
-
29 single parameter method
1) Морской термин: однопараметрический метод2) Макаров: однопараметрический метод (измерения расхода)Универсальный англо-русский словарь > single parameter method
-
30 small parameter expansion method
Макаров: метод разложения по малому параметруУниверсальный англо-русский словарь > small parameter expansion method
-
31 small parameter method
Техника: метод малого параметраУниверсальный англо-русский словарь > small parameter method
-
32 the method presented gives estimates of the loading parameter k
Математика: представленный методУниверсальный англо-русский словарь > the method presented gives estimates of the loading parameter k
-
33 impact-parameter method
метод параметра удара, метод прицельного параметраEnglish-russian dictionary of physics > impact-parameter method
-
34 lumped-parameter method
English-russian dictionary of physics > lumped-parameter method
-
35 multiple parameter method
English-russian dictionary of physics > multiple parameter method
-
36 single parameter method
English-russian dictionary of physics > single parameter method
-
37 single parameter method
-
38 multiple parameter method
Англо-русский словарь по машиностроению > multiple parameter method
-
39 lumped-parameter method
-
40 метод малого параметра
Англо-русский словарь технических терминов > метод малого параметра
См. также в других словарях:
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Method of moments — may refer to: Method of moments (statistics), a method of parameter estimation in statistics Method of moments (probability theory), a way of proving convergence in distribution in probability theory Second moment method, a technique used in… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method of moments (statistics) — See method of moments (probability theory) for an account of a technique for proving convergence in distribution. In statistics, the method of moments is a method of estimation of population parameters such as mean, variance, median, etc. (which… … Wikipedia
Method of support — In statistics, the method of support is a technique that is used to make inferences from datasets. According to A. W. F. Edwards, the method of support aims to make inferences about unknown parameters in terms of the relative support, or log… … Wikipedia
Method of Four Russians — In computer science, the Method of Four Russians is a technique for speeding up algorithms involving Boolean matrices, or more generally algorithms involving matrices in which each cell may take on only a bounded number of possible values.… … Wikipedia
Method stub — A method stub or simply stub in software development is a piece of code used to stand in for some other programming functionality. A stub may simulate the behavior of existing code (such as a procedure on a remote machine) or be a temporary… … Wikipedia
Named parameter — In computer programming, named parameters or keyword arguments refer to a computer language s support for function calls that clearly state the name of each parameter within the function call itself. Contents 1 Overview 2 Use in programming… … Wikipedia